PreviousNextTracker indexSee it online !

(3/5) 954 - Console 5.1.4

Console 5.1.4
Source: Source code is in $JEDITSVN/plugins/Console/tags/Console-5.1.4

Announcement: Version 5.1.4 Requires jEdit 5.0, Java 1.6, ErrorList 2.1, CommonControls 1.7, and ProjectViewer 3.5 (optional).
[Alan Ezust]
New Project option: run commands from different directory (shadow build/run).
Fixed #1721 and #1788. Windows commands work with () or <> again.
Alias for "svn" automatically includes "--force-interactive" so it is possible again to svn commit from Console.

Requires Java 1.6
Requires jEdit 05.00.99.00
Required plugins:
ErrorList 2.1 (errorlist.ErrorListPlugin)
Optional plugins:
Common Controls 1.7.1 (CommonControlsPlugin)
Project Viewer 3.5.0 (projectviewer.ProjectPlugin)

Short Description: A command line shell and plugin interface for adding other custom shells.

Long Description: <html>
<p>The Console plugin provides you with two command-line shells, one for the System and one for Beanshell.
It also provides an interface for other plugins to add arbitrary shells to the Console plugin. </p>
<p> Console will parse error messages from other programs and feed them to the ErrorList plugin. </p>
<p> In addition, Console provides buttons in a "commando toolbar" for your favorite command-line tools (make, ant, qmake, latex, etc), and an easy way to add others.
</p>
<p> Console has special "compile" and "run" actions, which can be mapped to a single shortcut. The actions can perform a different commando action from each edit mode.
</p>
</html>

Submitted ezust - 2014-07-10 15:56:50.155000 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2014-07-10 17:44:28.111000
ezust

- **status**: pending --> open

2014-08-10 15:46:00.957000
ezust

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -5,6 +5,7 @@
[Alan Ezust]
New Project option: run commands from different directory (shadow build/run).
Fixed #1721 and #1788. Windows commands work with () or <> again.
+ Alias for "svn" automatically includes "--force-interactive" so it is possible again to svn commit from Console.

Requires Java 1.6
Requires jEdit 05.00.99.00

~~~~